Skip to content

Fix wasm failing build due to getrandom in uuid library - #324

Merged
bidoubiwa merged 2 commits into
bump-meilisearch-v0.28.0from
fix_wasm_build
Aug 30, 2022
Merged

Fix wasm failing build due to getrandom in uuid library#324
bidoubiwa merged 2 commits into
bump-meilisearch-v0.28.0from
fix_wasm_build

Conversation

@bidoubiwa

@bidoubiwa bidoubiwa commented Aug 29, 2022

Copy link
Copy Markdown
Contributor

Fixes the wasm fail that was caused by

  • the uuid library using the get_random dependency
  • The Request library of wasm that was not up to date

@bidoubiwa
bidoubiwa marked this pull request as draft August 29, 2022 16:30
@brunoocasali

Copy link
Copy Markdown
Member

Do you think it is worth keeping the UUID v4 client validation?

@bidoubiwa

Copy link
Copy Markdown
Contributor Author

Well since wasm is used front end anyways and we don't want to allow users to create token on the front end, it has the benefit of removing this method from the wasm build

@bidoubiwa
bidoubiwa marked this pull request as ready for review August 30, 2022 13:20
@bidoubiwa
bidoubiwa merged commit e808789 into bump-meilisearch-v0.28.0 Aug 30, 2022
@bidoubiwa
bidoubiwa deleted the fix_wasm_build branch August 30, 2022 13:21
@bidoubiwa bidoubiwa added the skip-changelog The PR will not appear in the release changelogs label Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants